Is there a way to change the password on an encrypted backup drive without decrypting and encrypting the drive first?

I encrypted a backup drive through Time Machine and selected a really long and random password, thinking I could use 1Password to just copy and paste the password into the box to bypass the encryption. But you cannot just copy and past the password for the encrypted backup drive (don't know why, i can do that for any other passwords I have). Because I don't want to type in a fifty digit password everytime I log in I want to change my password for the backup drive, but I don't know if there is a way except to decrypt and encrypt the drive again. So, is there a way to change the password without decrypting and encrypting the drive again?

OS X Mountain Lion (10.8.3)

Posted on May 28, 2013 7:59 AM

Reply
3 replies

May 28, 2013 8:12 AM in response to 15285AW

Open the Terminal and run the following command:


diskutil cs list


In the output you should see a tree of devices, with one being the logical volume for the encrypted drive (not the logical volume group or physical volumes). This logical volume should have a UUID next to it, which is a long string of numbers and letters, separated by dashes. Use your mouse to select and copy this string.


Now type the following command, replacing UUID with the long string you copied:


diskutil cs passwd UUID -oldpassphrase OLDPASS -newpassphrase NEWPASS


Change the "OLDPASS" and "NEWPASS" in the command accordingly, and press Enter when done. Then mount the drive and save the new password in your keychain.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Is there a way to change the password on an encrypted backup drive without decrypting and encrypting the drive first?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.